home *** CD-ROM | disk | FTP | other *** search
/ Virtual Graceland / Virtual Graceland (1996)(Highway One)(Disc 2 of 2)[Mac-PC].iso / mac / GRACELND / SHARED.DXR / 02402_Field_2402.txt < prev    next >
Text File  |  1996-07-31  |  1KB  |  49 lines

  1. Navigable cases in Graceland
  2.  
  3. 1. Full loop E/W, tilt up and down  ( 1 )
  4. E = right (fwd in QT moov)
  5. W = left (backward in QT moov)
  6. N = tilt up
  7. S = tilt down
  8.  
  9. 2. Full loop E/W, zoom in and out   ( 3 )
  10. E = right (fwd in QT moov)
  11. W = left (backward in QT moov)
  12. N = zoom in (same functionality as 1, just cursor changes)
  13. S = zoom out
  14.  
  15. 3. No loop E/W, zoom in and out     ( 2 )
  16. E = right (fwd in QT moov, but locks at the end)
  17. W = left (backward in QT moov, but locks at the beginning)
  18. N = zoom in
  19. S = zoom out
  20.  
  21. 4. No loop E/W, no zoom ( 1 row )  ( 21 )
  22. (note: this may be simpler to handle without all the mJoyStickController scripting. It is essentially controlling a QT fwd and back.)
  23. E = right
  24. W = left
  25. N = nothing
  26. S = nothing
  27.  
  28. 5. Full loop E/W, no zoom or tilt   ( 12 )
  29. ( note: same as 4 but this one loops )
  30. E = right
  31. W = left
  32. N = nothing
  33. S = nothing
  34.  
  35. 6. E/W offsets row, N/S move fwd/back  ( 2 )
  36. (note: reverse of functionality of 3. )
  37. E = jump right ( reacts as in N zoom )
  38. W = jump left ( reacts as in S zoom )
  39. N = fwd in QT Moov
  40. S = backward in QT Moov
  41.  
  42. Cursor use:
  43. All cases use L/R arrows for E/W movement.
  44. 1 uses Up/Down arrow for N/S jumps
  45. 2,3 use Magnifying glass for N/S jumps
  46. 4,5 should display nothing for N/S
  47. 6 uses in/out for N/S action
  48. 1 uses NW,NE,SE,SW for corner movement all others should display nothing
  49.